Parameters
- values
- The values to assign to the X, Y, and Z components of the vector. This must be an array with three elements.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when values is null . |
System.ArgumentOutOfRangeException | Thrown when values contains more or less than three elements. |